home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir36 / tsbat46.zip / RULER.BAT < prev    next >
DOS Batch File  |  1991-07-09  |  342b  |  13 lines

  1. @echo off
  2.  
  3. rem Ruler by Prof. Timo Salmi 9-Jul-91
  4. rem This simple batch helps to pinpoint the columns of the screen by
  5. rem displaying a ruler. The batch uses ansi escape sequences to avoid
  6. rem excessive scrolling.
  7.  
  8. echo A
  9. echo 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789
  10. echo A
  11.  
  12. echo on
  13.